[INFO] cloning repository https://github.com/kacper-mush/NeuroBlasters
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kacper-mush/NeuroBlasters" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkacper-mush%2FNeuroBlasters", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkacper-mush%2FNeuroBlasters'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2728ab1a09aa60448fe9291107ea28f9e1680c3
[INFO] checking kacper-mush/NeuroBlasters against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkacper-mush%2FNeuroBlasters" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/kacper-mush/NeuroBlasters
[INFO] finished tweaking git repo https://github.com/kacper-mush/NeuroBlasters
[INFO] tweaked toml for git repo https://github.com/kacper-mush/NeuroBlasters written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kacper-mush/NeuroBlasters on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kacper-mush/NeuroBlasters already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1
[INFO] running `Command { std: "docker" "start" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cubecl-common v0.8.1
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking float4 v0.1.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking embassy-futures v0.1.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling cubecl-runtime v0.8.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling cubecl-macros v0.8.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]    Compiling naga v26.0.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling wgpu-hal v26.0.6
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling wgpu-core v26.0.1
[INFO] [stderr]    Compiling wgpu v26.0.1
[INFO] [stderr]    Compiling cubecl-wgpu v0.8.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking toml v0.9.10+spec-1.1.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking gix-trace v0.1.17
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking gix-utils v0.3.1
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking gix-features v0.44.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling cubecl-macros-internal v0.8.1
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking wgpu-types v26.0.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking float8 v0.4.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking gix-validate v0.10.1
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking cubecl-ir v0.8.1
[INFO] [stderr]     Checking burn-common v0.19.1
[INFO] [stderr]     Checking gix-path v0.10.22
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking zune-jpeg v0.5.8
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking rav1e v0.8.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking gix-fs v0.17.0
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking cubecl-core v0.8.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking rmp-serde v1.3.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking serde_rusqlite v0.40.1
[INFO] [stderr]     Checking r2d2_sqlite v0.31.0
[INFO] [stderr]     Checking gix-tempfile v19.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking cubecl-std v0.8.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking thread-tree v0.3.3
[INFO] [stderr]    Compiling burn-derive v0.19.1
[INFO] [stderr]     Checking burn-dataset v0.19.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking cubecl-reduce v0.8.1
[INFO] [stderr]     Checking cubecl-random v0.8.1
[INFO] [stderr]     Checking cubecl-quant v0.8.1
[INFO] [stderr]    Compiling macerator v0.2.9
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling macerator-macros v0.1.3
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking cubecl-matmul v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling burn-ndarray v0.19.1
[INFO] [stderr]     Checking moddef v0.3.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v26.0.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking text_placeholder v0.5.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling wrapcenum-derive v0.4.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking nvml-wrapper-sys v0.9.0
[INFO] [stderr]     Checking atomic_float v1.1.0
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking systemstat v0.2.5
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]     Checking octets v0.3.4
[INFO] [stderr]     Checking renet v1.2.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking nvml-wrapper v0.11.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking renetcode v1.0.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking renet_netcode v1.2.0
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]     Checking cubecl-convolution v0.8.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking miniquad v0.4.8
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |           wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | /             wl_request!(
[INFO] [stdout] 195 | |                 self.client,
[INFO] [stdout] 196 | |                 self.xdg_toplevel,
[INFO] [stdout] 197 | |                 extensions::xdg_shell::xdg_toplevel::unset_fullscreen
[INFO] [stdout] 198 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |           wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | /             wl_request!(
[INFO] [stdout] 195 | |                 self.client,
[INFO] [stdout] 196 | |                 self.xdg_toplevel,
[INFO] [stdout] 197 | |                 extensions::xdg_shell::xdg_toplevel::unset_fullscreen
[INFO] [stdout] 198 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: requested on the command line with `--force-warn invalid-c-variadic-arguments`
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:439:17
[INFO] [stdout]     |
[INFO] [stdout] 439 |                 wl_request!(display.client, self.locked_pointer, 0);
[INFO] [stdout]     |                 --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:439:17
[INFO] [stdout]     |
[INFO] [stdout] 439 |                 wl_request!(display.client, self.locked_pointer, 0);
[INFO] [stdout]     |                 --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:444:17
[INFO] [stdout]     |
[INFO] [stdout] 444 |                 wl_request!(display.client, self.relative_pointer, 0);
[INFO] [stdout]     |                 ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:444:17
[INFO] [stdout]     |
[INFO] [stdout] 444 |                 wl_request!(display.client, self.relative_pointer, 0);
[INFO] [stdout]     |                 ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:472:43
[INFO] [stdout]     |
[INFO] [stdout] 472 |           display.pointer_context.pointer = wl_request_constructor!(
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout] 473 | |             display.client,
[INFO] [stdout] 474 | |             seat,
[INFO] [stdout] 475 | |             WL_SEAT_GET_POINTER,
[INFO] [stdout] 476 | |             display.client.wl_pointer_interface
[INFO] [stdout] 477 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:472:43
[INFO] [stdout]     |
[INFO] [stdout] 472 |           display.pointer_context.pointer = wl_request_constructor!(
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout] 473 | |             display.client,
[INFO] [stdout] 474 | |             seat,
[INFO] [stdout] 475 | |             WL_SEAT_GET_POINTER,
[INFO] [stdout] 476 | |             display.client.wl_pointer_interface
[INFO] [stdout] 477 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:492:28
[INFO] [stdout]     |
[INFO] [stdout] 492 |           display.keyboard = wl_request_constructor!(
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 493 | |             display.client,
[INFO] [stdout] 494 | |             seat,
[INFO] [stdout] 495 | |             WL_SEAT_GET_KEYBOARD,
[INFO] [stdout] 496 | |             display.client.wl_keyboard_interface
[INFO] [stdout] 497 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:492:28
[INFO] [stdout]     |
[INFO] [stdout] 492 |           display.keyboard = wl_request_constructor!(
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 493 | |             display.client,
[INFO] [stdout] 494 | |             seat,
[INFO] [stdout] 495 | |             WL_SEAT_GET_KEYBOARD,
[INFO] [stdout] 496 | |             display.client.wl_keyboard_interface
[INFO] [stdout] 497 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:513:25
[INFO] [stdout]     |
[INFO] [stdout] 513 |           display.touch = wl_request_constructor!(
[INFO] [stdout]     |  _________________________-
[INFO] [stdout] 514 | |             display.client,
[INFO] [stdout] 515 | |             seat,
[INFO] [stdout] 516 | |             WL_SEAT_GET_TOUCH,
[INFO] [stdout] 517 | |             display.client.wl_touch_interface
[INFO] [stdout] 518 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:513:25
[INFO] [stdout]     |
[INFO] [stdout] 513 |           display.touch = wl_request_constructor!(
[INFO] [stdout]     |  _________________________-
[INFO] [stdout] 514 | |             display.client,
[INFO] [stdout] 515 | |             seat,
[INFO] [stdout] 516 | |             WL_SEAT_GET_TOUCH,
[INFO] [stdout] 517 | |             display.client.wl_touch_interface
[INFO] [stdout] 518 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:912:31
[INFO] [stdout]     |
[INFO] [stdout] 912 |               display.surface = wl_request_constructor!(
[INFO] [stdout]     |  _______________________________-
[INFO] [stdout] 913 | |                 display.client,
[INFO] [stdout] 914 | |                 display.compositor,
[INFO] [stdout] 915 | |                 WL_COMPOSITOR_CREATE_SURFACE,
[INFO] [stdout] 916 | |                 display.client.wl_surface_interface
[INFO] [stdout] 917 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:912:31
[INFO] [stdout]     |
[INFO] [stdout] 912 |               display.surface = wl_request_constructor!(
[INFO] [stdout]     |  _______________________________-
[INFO] [stdout] 913 | |                 display.client,
[INFO] [stdout] 914 | |                 display.compositor,
[INFO] [stdout] 915 | |                 WL_COMPOSITOR_CREATE_SURFACE,
[INFO] [stdout] 916 | |                 display.client.wl_surface_interface
[INFO] [stdout] 917 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]      |
[INFO] [stdout]  679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]      |                                                                                      ^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:1067:42
[INFO] [stdout]      |
[INFO] [stdout] 1067 |           let registry: *mut wl_registry = wl_request_constructor!(
[INFO] [stdout]      |  __________________________________________-
[INFO] [stdout] 1068 | |             client,
[INFO] [stdout] 1069 | |             wdisplay,
[INFO] [stdout] 1070 | |             WL_DISPLAY_GET_REGISTRY,
[INFO] [stdout] 1071 | |             client.wl_registry_interface
[INFO] [stdout] 1072 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]      |
[INFO] [stdout]  679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]      |                                                                                      ^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:1067:42
[INFO] [stdout]      |
[INFO] [stdout] 1067 |           let registry: *mut wl_registry = wl_request_constructor!(
[INFO] [stdout]      |  __________________________________________-
[INFO] [stdout] 1068 | |             client,
[INFO] [stdout] 1069 | |             wdisplay,
[INFO] [stdout] 1070 | |             WL_DISPLAY_GET_REGISTRY,
[INFO] [stdout] 1071 | |             client.wl_registry_interface
[INFO] [stdout] 1072 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]      = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]      |
[INFO] [stdout]  700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]      |                                                            ^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:1204:9
[INFO] [stdout]      |
[INFO] [stdout] 1204 |         wl_request!(display.client, display.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]      |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]      |
[INFO] [stdout]  700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]      |                                                            ^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland.rs:1204:9
[INFO] [stdout]      |
[INFO] [stdout] 1204 |         wl_request!(display.client, display.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]      |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]      = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/clipboard.rs:83:13
[INFO] [stdout]     |
[INFO] [stdout]  83 |             wl_request!(display.client, data_source, WL_DATA_SOURCE_DESTROY);
[INFO] [stdout]     |             ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/clipboard.rs:83:13
[INFO] [stdout]     |
[INFO] [stdout]  83 |             wl_request!(display.client, data_source, WL_DATA_SOURCE_DESTROY);
[INFO] [stdout]     |             ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:48:28
[INFO] [stdout]     |
[INFO] [stdout]  48 |       display.xdg_toplevel = wl_request_constructor!(
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout]  49 | |         display.client,
[INFO] [stdout]  50 | |         xdg_surface,
[INFO] [stdout]  51 | |         extensions::xdg_shell::xdg_surface::get_toplevel,
[INFO] [stdout]  52 | |         &extensions::xdg_shell::xdg_toplevel_interface
[INFO] [stdout]  53 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:679:84
[INFO] [stdout]     |
[INFO] [stdout] 679 |           wl_request_constructor!($libwayland, $instance, $request_name, $interface, ())
[INFO] [stdout]     |                                                                                      ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:48:28
[INFO] [stdout]     |
[INFO] [stdout]  48 |       display.xdg_toplevel = wl_request_constructor!(
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout]  49 | |         display.client,
[INFO] [stdout]  50 | |         xdg_surface,
[INFO] [stdout]  51 | |         extensions::xdg_shell::xdg_surface::get_toplevel,
[INFO] [stdout]  52 | |         &extensions::xdg_shell::xdg_toplevel_interface
[INFO] [stdout]  53 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request_constructor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     wl_request!(payload.client, payload.surface, WL_SURFACE_COMMIT)
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     wl_request!(payload.client, payload.surface, WL_SURFACE_COMMIT)
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:382:9
[INFO] [stdout]     |
[INFO] [stdout] 382 |         wl_request!(display.client, surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |         ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:382:9
[INFO] [stdout]     |
[INFO] [stdout] 382 |         wl_request!(display.client, surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |         ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:465:13
[INFO] [stdout]     |
[INFO] [stdout] 465 |             wl_request!(client, self.top_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:465:13
[INFO] [stdout]     |
[INFO] [stdout] 465 |             wl_request!(client, self.top_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |             wl_request!(client, self.left_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |             wl_request!(client, self.left_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:490:13
[INFO] [stdout]     |
[INFO] [stdout] 490 |             wl_request!(client, self.right_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:490:13
[INFO] [stdout]     |
[INFO] [stdout] 490 |             wl_request!(client, self.right_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:506:13
[INFO] [stdout]     |
[INFO] [stdout] 506 |             wl_request!(client, self.bottom_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/decorations.rs:506:13
[INFO] [stdout]     |
[INFO] [stdout] 506 |             wl_request!(client, self.bottom_decoration.surface, WL_SURFACE_COMMIT);
[INFO] [stdout]     |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `()`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/drag_n_drop.rs:77:13
[INFO] [stdout]     |
[INFO] [stdout]  77 |             wl_request!(display.client, data_offer, WL_DATA_OFFER_DESTROY);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `()` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/libwayland_client.rs:700:60
[INFO] [stdout]     |
[INFO] [stdout] 700 |         wl_request!($libwayland, $instance, $request_name, ())
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_wayland/drag_n_drop.rs:77:13
[INFO] [stdout]     |
[INFO] [stdout]  77 |             wl_request!(display.client, data_offer, WL_DATA_OFFER_DESTROY);
[INFO] [stdout]     |             -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: this warning originates in the macro `wl_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `miniquad` (lib) due to 18 previous errors; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1", kill_on_drop: false }`
[INFO] [stdout] b538e646c0d2f87949ce7cd845e9a9238fa1522d54d15d7630cefa35ebd1a0f1
